func golang.org/x/net/internal/httpcommon.shouldSendReqContentLength
2 uses
golang.org/x/net/internal/httpcommon (current package)
request.go#L216: if shouldSendReqContentLength(req.Method, req.ActualContentLength) {
request.go#L366: func shouldSendReqContentLength(method string, contentLength int64) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)